onTop

open fun onTop(flag: Boolean)

Callback method invoked by ComboScrollView when the scroll content reaches or leaves the top boundary. Manages the visibility of the top caret indicator.

Parameters

flag

true if the scroll view is at the top, false otherwise.